.pc_dis {
    display: block;
}

.ph_dis {
    display: none;
}


/********************* 底部表单 ********************/
#des>#form {
    background: url(https://www.digiwin.com/project/digiwinathena/data_middle_platform/img/foot_ly_bg.png) no-repeat center;
    background-size: cover;
    /* padding: 0.2rem 3.6rem 0.3rem 4.35rem; */
    padding: 1% 0%;
}

#form>div {
    display: flex;
    justify-content: space-between;
}

#form>div>span {
    width: 25%;
}

#form>div>form {
    width: 72%;
    display: flex;
    align-items: center;
}

#des #form .form h3 {
    padding-bottom: 0;
}

.xz-fudong {
    display: none !important;
}

#form>div>form .form {}

#form>div>form .form>ul {}

#des #form .form>ul>li {
    width: 32%;
    border-radius: 6px;
    background: rgba(255, 255, 255, .15);
}

#des #form .form>ul>li:nth-of-type(3) {
    width: 33%;
}

#form>div>form .form>ul>li>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 20px;
    border-radius: 6px;
}

#form>div>form .form>ul>li>div>span {
    display: contents;
}

#form>div>form .form>ul>li>div>i {
    width: 1px;
    height: 14px;
    background: #FFFFFF;
    margin: 0 8px;
}

#des #form>div>form .form>ul>li>div>.input-text {
    outline: none;
    border: none;
    padding: 0;
    font-size: 14px;
    background: none;
    color: #fff;
    width: 230px;
    height: auto;
    line-height: 1;
    display: block;
}

#des #form>div>form .form>ul>li>div>.input-text::placeholder {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#des #form>div>form .form>ul>li>div>.input-text:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#des #form>div>form .form>ul>li>div>.input-text:focus::placeholder {
    color: #aeaeae;
}

#form>div>form .form>p {
    display: flex;
    justify-content: center;
    align-items: center;
}

#form>div>form .form>p>a {
    width: 160px;
    border-radius: 6px;
    text-align: center;
    /* padding: 10px 20px; */
    height: 40px;
    line-height: 37px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    transition: .5s;
}

#form>div>form .form>p>a:first-child {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
    margin-right: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

#form>div>form .form>p>a:hover {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

#form>div>form .form>p>a:first-child:hover {
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
}

#form>div>form .form>p>a:nth-child(2) {
    display: none;
}

#toolbar {
    display: none;
}

#des #form .form h3 {
    color: #fff;
    padding: 0 !important;
    font-weight: normal;
}

@media screen and (max-width:1440px) {
    /* #form>div>form .form>ul>li>div {
        padding: 10px 15px;
    }

    #form>div>form .form>p>a {
        width: 120px;
        padding: 6px 10px;
    }

    #des #form>div>form .form>ul>li>div>.input-text {
        font-size: 12px;
        width: 150px;
    } */
}

@media screen and (max-width:768px) {
    .ph_dis {
        display: block;
    }

    .pc_dis {
        display: none;
    }
}

@media screen and (max-width:540px) {
    #des>#form {
        padding: 5% 0;
        background-attachment: fixed;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20;
        width: 100%;
    }

    #form>p {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background: rgb(255 255 255 / 50%);
        opacity: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

    #form>p.on {
        opacity: 1;
    }

    #form>p>i {
        font-size: 14px;
        transform: scale(1.5);
        font-style: normal;
    }

    #form>div>span {
        display: none;
    }

    #form>div>form {
        width: 100%;
    }

    #des #form .form ul.list {
        width: 100%;
        padding: 0 10%;
        display: none;
    }

    #des #form .form>ul>li,
    #des #form .form>ul>li:last-child {
        width: 100%;
    }

    #form>div>form .form>ul>li>div {
        margin-bottom: 10px;
    }

    #form>div>form .form>p {
        width: 100%;
        padding: 0% 10%;
        /* width: 100%;
        padding: 3% 10%;
        background: url(../img/foot_bg.png) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20; */
    }

    #form>div>form .form>p>a:first-child {
        display: none;
    }

    #form>div>form .form>p>a:nth-child(2) {
        display: block;
        margin-right: 10px;
        background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
        border: 1px solid transparent;
    }

    #form>div>form .form>p.on>a:first-child {
        display: block;
    }

    #form>div>form .form>p.on>a:nth-child(2) {
        display: none;
    }

    footer,
    #toolbar {
        display: none;
    }

    .copy {
        display: none;
    }

    .header-box {
        height: auto;
    }

    #des #form .form h3 {
        margin-bottom: 15px;
    }
}

/* 底部菜单 */
/********************* 底部菜单 ********************/
.footer-menu {
    display: none;
}

.foot_menu {
    padding: 2% 0%;
    position: relative;
    z-index: 10;
    background: #f7f4f8;
    color: #333;
}

.foot_menu>.foot1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}

.foot_menu>.foot1>a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8.5%;
    font-size: 20px;
}

.foot_menu>.foot1>a:last-child {
    margin-right: 0;
}

.foot_menu>.foot1>a:hover {
    color: #2345a7;
}

.foot_menu>.foot1>a>i {
    display: block;
    width: 27%;
    margin-right: 20px;
}

.foot_menu>.foot2 {
    display: flex;
    padding: 2% 0;
    border-top: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    max-width: 1200px;
    margin: 0 auto;
}

.foot_menu>.foot2>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-right: 1px solid #DDDDDD;
    padding-right: 4%;
    width: 25%;
}

.foot_menu>.foot2>div:nth-child(2) {
    padding: 0 4%;
}

.foot_menu>.foot2>div>b {
    font-size: 20px;
    width: 100%;
    display: block;
    margin-bottom: 5%;
}

.foot_menu>.foot2>div>a {
    font-size: 16px;
    transition: .5s;
    margin-right: 2%;
}

.foot_menu>.foot2>div>a:hover {
    color: #2345a7;
}

.foot_menu>.foot2>.ft2_3 {
    width: 16%;
    border: none;
    padding-left: 4%;
    padding-right: 2%;
}

.foot_menu>.foot2>.ft2_4 {
    width: 34%;
    border: none;
    padding: 0;
}

.foot_menu>.foot2>.ft2_4>p {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.foot_menu>.foot2>.ft2_4>span {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    width: 22%;
    text-align: center;
}

.foot_menu>.foot2>.ft2_4>span>img {
    margin-bottom: 7px;
}

.foot_menu>.foot2>.ft2_4>div {
    width: 46%;
}

.foot_menu>.foot2>.ft2_4>div>p {
    font-size: 16px;
    margin-bottom: 10px;
}

.foot_menu>.foot2>.ft2_4>div>b {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.foot_menu>.foot2>.ft2_4>div>a {
    width: 100%;
    display: block;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    text-align: center;
    border-radius: 6px;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
}

.foot_menu>.foot2>.ft2_4>div>a:hover {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.foot_menu>.foot3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1%;
    max-width: 1200px;
    margin: 0 auto;
}

.foot_menu>.foot3>p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}

.foot_menu>.foot3>p>a {
    margin-left: 15px;
    width: 12%;
    position: relative;
}

.foot_menu>.foot3>p>a>img:last-child,
.foot_menu>.foot3>p>a:first-child>img:first-child {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.foot_menu>.foot3>p>a:hover>img:last-child,
.foot_menu>.foot3>p>a:first-child:hover>img:first-child {
    opacity: 1;
}

.foot_menu>.foot3>p>a:first-child {
    position: relative;
    display: block;
}

.foot_menu>.foot3>p>a:first-child>img {}

.foot_menu>.foot3>p>a>img {
    width: 100%;
}

.foot_menu>.foot3>p>a:first-child>img:last-child {
    position: absolute;
    top: -250%;
    left: 0;
    /* width: 150px; */
    transform: scale(3.5);
    display: none;
}

.foot_menu>.foot3>p>a:first-child:hover>img:last-child {
    display: block;
}

.foot_menu>.foot3>div {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.foot_menu>.foot3>div>ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.foot_menu>.foot3>div>ul>li {
    padding: 0 10px;
    /* padding: 0 5px; */
    border-right: 1px solid #999999;
    line-height: 1;
    font-size: 16px;
}

.foot_menu>.foot3>div>ul>li:last-child {
    border: none;
}

.foot_menu>.foot3>div>ul>li>a:hover {
    color: #2345a7;
}

.foot_menu>.foot3>div>select {
    width: 24%;
    height: 30px;
    color: #333;
    font-size: 14px;
    text-align: left;
    border: 1px solid #ccc;
    padding: 0 10px 0 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(https://static.digiwin.com/static/images/link.png) no-repeat 120px center #fff;
    font-family: "微软雅黑", Arial;
    background-color: rgb(153 153 153 / 10%);
    border: none;
    line-height: 30px;
    margin-left: 15px;
}

.foot_menu>.foot3>div>select option {}

.float .float-box li img {
    display: inline;
}

.copy {
    position: relative;
    z-index: 10;
    padding: 15px 0;
    background: #132230;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.copy>div {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    color: #fff;
}

footer .footer {
    display: none;
}

@media screen and (max-width:1200px) {

    .foot_menu>.foot2,
    .foot_menu>.foot3 {
        width: 90%;
    }

    .foot_menu>.foot2>.ft2_4>div>b {
        font-size: 20px;
    }

    .foot_menu>.foot3>div {
        width: 75%;
    }

    .foot_menu>.foot2>.ft2_4>span {
        font-size: 12px;
    }

    .foot_menu>.foot3>div>ul>li,
    .foot_menu>.foot2>div>a {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .foot_menu {
        display: none;
    }

    .pc_dis {
        display: none !important;
    }

    .ph_dis {
        display: block !important;
    }

    .mm-page {
        padding-bottom: 55px;
    }

    .xz-fudong {
        display: none;
    }
}